Hausdorff distance

In mathematics, the Hausdorff distance, or Hausdorff metric, also called Pompeiu–Hausdorff distance,[1] measures how far two subsets of a metric space are from each other. It turns the set of non-empty compact subsets of a metric space into a metric space in its own right. It is named after Felix Hausdorff.

Informally, two sets are close in the Hausdorff distance if every point of either set is close to some point of the other set. The Hausdorff distance is the longest distance you can be forced to travel by an adversary who chooses a point in one of the two sets, from where you then must travel to the other set. In other words, it is the farthest point of a set that you can be to the closest point of a different set.

It seems that this distance was first introduced by Hausdorff in his book "Grundzüge der Mengenlehre" the first edition published in 1914.

Contents

Definition

Let X and Y be two non-empty subsets of a metric space (Md). We define their Hausdorff distance d H(X, Y) by

 d_{\mathrm H}(X,Y) = \max\{\,\sup_{x \in X} \inf_{y \in Y} d(x,y),\, \sup_{y \in Y} \inf_{x \in X} d(x,y)\,\}\mbox{,} \!

where sup represents the supremum and inf the infimum.

Equivalently

d_H(X,Y) = \inf\{\epsilon > 0\,;\ X \subseteq Y_\epsilon \ \mbox{and}\ Y \subseteq X_\epsilon\},[2]

where

 X_\epsilon�:= \bigcup_{x \in X} \{z \in M\,;\ d(z,x) \leq \epsilon\} ,

that is, the set of all points within \epsilon of the set X (sometimes called the \epsilon-fattening of X or a generalized ball of radius \epsilon around X).

Remark

It is not true in general that if  d_H(X,Y) = \epsilon , then

 X\subseteq Y_\epsilon \ \mbox{and} \ Y\subseteq X_\epsilon .

For instance, consider the metric space of the real numbers \mathbb{R} with the usual metric d induced by the absolute value,

d(x,y)�:= |y - x|, \quad x,y \in \mathbb{R} .

Take

X�:= \{1/n\,;\ n \in \mathbb{N}\} \quad \mbox{and} \quad Y�:= \{-1/n\,;\ n \in \mathbb{N}\} .

Then d_H(X,Y) = 1\ . However X \nsubseteq Y_1 because Y_1 = [-2,1)\ , but 1 \in X.

Properties

In general, dH(X,Y) may be infinite. If both X and Y are bounded, then dH(X,Y) is guaranteed to be finite.

We have dH(X,Y) = 0 if and only if X and Y have the same closure.

On the set of all non-empty subsets of M, dH yields an extended pseudometric.

On the set F(M) of all non-empty compact subsets of M, dH is a metric. If M is complete, then so is F(M).[3] If M is compact, then so is F(M). The topology of F(M) depends only on the topology of M, not on the metric d.

Motivation

The definition of the Hausdorff distance can be derived by a series of natural extensions of the distance function d(x, y) in the underlying metric space M, as follows:[4]

d(x,Y)=\inf \{ d(x,y) | y \in Y \}\ .
For example, d(1, [3,6]) = 2 and d(7, [3,6]) = 1.
d(X,Y)=\sup \{ d(x,Y) | x \in X \}\ .
For example, d([1,7], [3,6]) = d(1, [3,6]) = 2.
d_{\mathrm H}(X,Y) = \max\{d(X,Y),d(Y,X) \} \, .

Applications

In computer vision, the Hausdorff distance can be used to find a given template in an arbitrary target image. The template and image are often pre-processed via an edge detector giving a binary image. Next, each 1 (activated) point in the binary image of the template is treated as a point in a set, the "shape" of the template. Similarly, an area of the binary target image is treated as a set of points. The algorithm then tries to minimize the Hausdorff distance between the template and some area of the target image. The area in the target image with the minimal Hausdorff distance to the template, can be considered the best candidate for locating the template in the target.[5] In Computer Graphics the Hausdorff distance is used to measure the difference between two different representations of the same 3D object[6] particularly when generating level of detail for efficient display of complex 3D models.

Related concepts

A measure for the dissimilarity of two shapes is given by Hausdorff distance up to isometry, denoted DH. Namely, let X and Y be two compact figures in a metric space M (usually a Euclidean space); then DH(X,Y) is the infimum of dH(I(X),Y) along all isometries I of the metric space M to itself. This distance measures how far the shapes X and Y are from being isometric.

The Gromov–Hausdorff convergence is a related idea: we measure the distance of two metric spaces M and N by taking the infimum of dH(I(M),J(N)) along all isometric embeddings I:ML and J:NL into some common metric space L.

See also

References

  1. ^ R. Tyrrell Rockafellar, Roger J-B Wets, Variational Analysis, Springer-Verlag, 2005, ISBN 3540627723, ISBN 978-3540627722, pg.117.
  2. ^ Munkres, James; Topology (2nd edition). Prentice Hall, 1999. Pages 280--281.
  3. ^ [1] Completeness and Total Boundedness of the Hausdorff Metric
  4. ^ Barnsley, Michael (1993). Fractals Everywhere. Morgan Kaufmann. pp. Ch. II.6. ISBN 0120790696. 
  5. ^ Hausdorff-Based Matching
  6. ^ P. Cignoni, C. Rocchini, R. Scopigno, "Metro: Measuring Error on Simplified Surfaces", Computer Graphics Forum, Volume 17, Number 2, June 1998, pp. 167-174

External links